home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / AFS / PasteUp.app / English.lproj / AfsInspector.nib / data.classes next >
Text File  |  1994-12-14  |  2KB  |  152 lines

  1. AfsAppDelegate = {
  2.     ACTIONS = {
  3.     appDidInit:;
  4.     appWillInit:;
  5.     writeDefaults:;
  6.     savePreferences:;
  7.     find:;
  8.     readDefaults:;
  9.     setLogoutAlarm:;
  10.     appWillTerminate:;
  11.     inspect:;
  12.     printKeyWindow:;
  13.     };
  14.     OUTLETS = {
  15.     userTypeField;
  16.     reportControlPanel;
  17.     operatorNameField;
  18.     dbConnectionName;
  19.     afsEventManager;
  20.     infoPanel;
  21.     afsLookupTableEditor;
  22.     operatorIDField;
  23.     helpPanel;
  24.     lastLoadedWindow;
  25.     wpNameField;
  26.     inspectorPanel;
  27.     securityMenuCell;
  28.     preferencesPanel;
  29.     findPanel;
  30.     infoPanelStatus;
  31.     };
  32.     SUPERCLASS = Object;
  33. };
  34. FirstResponder = {
  35.     ACTIONS = {
  36.     };
  37.     SUPERCLASS = Object;
  38. };
  39. someDelegate = {
  40.     ACTIONS = {
  41.     viewDidSwap:;
  42.     };
  43.     OUTLETS = {
  44.     };
  45.     SUPERCLASS = Object;
  46. };
  47. PasteUp = {
  48.     ACTIONS = {
  49.     appWillTerminate:;
  50.     resizeTools:;
  51.     runDocument:;
  52.     runCharStyles:;
  53.     open:;
  54.     runLineEditor:;
  55.     saveAll:;
  56.     addMasterPage:;
  57.     runGraphicStyles:;
  58.     new:;
  59.     newView:;
  60.     toolsAction:;
  61.     runPages:;
  62.     runPrecision:;
  63.     appDidBecomeActive:;
  64.     runAlignmentRows:;
  65.     runAlignmentCols:;
  66.     runRunaround:;
  67.     inspect:;
  68.     endEditingMode:;
  69.     runSpellCheck:;
  70.     runDropShadows:;
  71.     toggleRuler:;
  72.     runLineAndFills:;
  73.     runParaStyles:;
  74.     closeAllPanels:;
  75.     runFind:;
  76.     runPreferences:;
  77.     runTextCHStyle:;
  78.     runColumns:;
  79.     appDidInit:;
  80.     runTextPPStyle:;
  81.     runFontPanel:;
  82.     };
  83.     OUTLETS = {
  84.     zoomWindow;
  85.     paraStylesPanel;
  86.     charStylesPanel;
  87.     alignmentPanelCols;
  88.     unitsInfo;
  89.     stylesPanel;
  90.     preferences;
  91.     alignmentPanelRows;
  92.     gotoPagesPanel;
  93.     docTypeScroll;
  94.     styleInfo;
  95.     textPPStylePanel;
  96.     mainPageView;
  97.     infoPanel;
  98.     runaroundPanel;
  99.     documentPanel;
  100.     findPanel;
  101.     graphicStylesPanel;
  102.     inspectorPanel;
  103.     shadowPanel;
  104.     spellPanel;
  105.     columnsPanel;
  106.     masterPanelOutlet;
  107.     moveByPanel;
  108.     font;
  109.     pagesPanel;
  110.     preferencesPanel;
  111.     deletePagesPanel;
  112.     collapsePagesPanel;
  113.     zoomPanel;
  114.     tabsPanel;
  115.     importPanel;
  116.     undoInfo;
  117.     fontAccessory;
  118.     pageNumberFormatPanel;
  119.     importInfo;
  120.     lineEditorPanel;
  121.     addPagesPanel;
  122.     printAccessory;
  123.     toolbox;
  124.     lineFillsPanel;
  125.     textCHStylePanel;
  126.     pageScrollView;
  127.     strings;
  128.     precisionPanel;
  129.     pageLayoutAccessory;
  130.     };
  131.     SUPERCLASS = Object;
  132. };
  133. AfsInspectorPanel = {
  134.     ACTIONS = {
  135.     setInspectedItem:;
  136.     inspect:;
  137.     ok:;
  138.     revert:;
  139.     setInspectedClass:;
  140.     };
  141.     OUTLETS = {
  142.     revertButton;
  143.     inspectedItem;
  144.     popupButton;
  145.     toolsInspector;
  146.     okButton;
  147.     swapView;
  148.     inspectedClass;
  149.     };
  150.     SUPERCLASS = Panel;
  151. };
  152.